Welcome![Sign In][Sign Up]
Location:
Search - usb WDM

Search list

[BooksF_zhai_hong_tao_Driver

Description: WDM驱动编程入门文档-WDM Driver programming entry documents
Platform: | Size: 582656 | Author: 鲁锐 | Hits:

[USB developusbfx2lk

Description: USBFX2LK WDM drive for OSR s USB FX2 Learning Kit
Platform: | Size: 872448 | Author: 温多明 | Hits:

[Driver DevelopUSBCounter

Description: windows2000下WDM设备驱动程序开发USB驱动-windows2000 under WDM device driver development USB drive
Platform: | Size: 1103872 | Author: li | Hits:

[Driver DevelopWdmUSB

Description: 一个通用的usb驱动程序列程,可以了解驱动程序的基本结构-A common usb driver routine,you can get a general idea of driver program basic structure.
Platform: | Size: 378880 | Author: 于好 | Hits:

[Driver Develop2002-12-23_windows wdm设备驱动程序开发

Description: windows wdm设备驱动程序开发书,配套源码-windows wdm device driver development, supporting source
Platform: | Size: 12906496 | Author: 萧龙 | Hits:

[Driver Develop2006Chap

Description: VC++编写的WINDOWS WDM USB驱动程序-VC prepared by the Windows USB WDM Driver
Platform: | Size: 862208 | Author: 许连 | Hits:

[ARM-PowerPC-ColdFire-MIPSXXGDrv

Description: 中科院许西刚博士编写的USB的WDM驱动程序。-Hsu Hsi just CAS prepared by Dr. USB WDM driver.
Platform: | Size: 2698240 | Author: 张国梁 | Hits:

[USB developUSB_WDM_Driver

Description: 用DriverStudio开发WDM型的USB设备驱动程序-with DriverStudio development WDM type of USB device driver
Platform: | Size: 17408 | Author: redapple | Hits:

[Driver DevelopUSB2RS232

Description: Appliction => rs232测试 应用程式 Driver => usb to rs232 驱动程式(wdm ddk) DLL => 应用程式 Firmware => USBtoRS232 硬体韧体-Appliction =
Platform: | Size: 1473536 | Author: 周德凯 | Hits:

[Driver DevelopUsbKbdx

Description: wdmbook提供, usb 键盘驱动程序 vc-wdmbook offer USB keyboard driver vc
Platform: | Size: 130048 | Author: oydw | Hits:

[Program docUSB1.1_2.0

Description: USB1.1和USB2.0的协议详细说明,物理电器特性,设计规则等等,内容非常丰富-USB 1.1 and USB 2.0 detailed description of the agreement, physical electrical characteristics, design rules and so on. very informative
Platform: | Size: 10096640 | Author: 王石子 | Hits:

[Driver Developwdmddkusbqudong

Description: 用ddk和vc实现的一系列关于usb驱动设计的程序,对学习usb驱动的人能有所帮助-with ddk and vc achieve a series of usb drive design process, learning usb driver who can be helped
Platform: | Size: 107520 | Author: 里浪 | Hits:

[Driver DevelopPowerSleep12

Description: usb wdm开发的电源管理 电源处于休眠状态的例程。-usb `development of the Power Management Power dormancy of programming.
Platform: | Size: 45056 | Author: xxt | Hits:

[Driver Developusbint

Description: WDM驱动程序例子程序,该例子给出基于DDK编写USB设备驱动程序的一个范例,实现了USB中断通道的数据传输,对于编写USB设备驱动程序是个很好的参考.-WDM driver for example procedures, the examples given DDK-based USB device driver to prepare a model to achieve the USB interrupt channel data transmission, for the preparation of USB device driver is a good reference.
Platform: | Size: 146432 | Author: 罗弘谞 | Hits:

[Driver Developbulkusb

Description: 微软DDK中关于WDM驱动程序模型中USB设备驱动程序的例子,实现了BULK通道的数据传输,对于利用DDK编写USB驱动程序的朋友是个很好的参考.-Microsoft DDK on the WDM driver model USB device driver examples realize the BULK-channel data transmission, using DDK for USB driver for the preparation of a friend is a good reference.
Platform: | Size: 44032 | Author: 罗弘谞 | Hits:

[Driver DevelopbulkUSB

Description: Windows2000/xp下的usb WDM驱动程序源代码-Windows2000/XP under usb WDM driver source code
Platform: | Size: 45056 | Author: 郭延平 | Hits:

[USB developbulkusb

Description: usb bulk 传输例程。 * The bulkusb driver is a generic function driver, based on the Windows Driver Model (WDM). * Supports Plug and Play(PnP), Power Management(PM), Windows Management Instrumentation (WMI) and the Selective Suspend (SS) features. * This sample is based off the selSusp DDK sample. Please refer the selSusp sample and the DDK docs to understand the handling of PnP, PM, WMI and SS features and implementations. * The USB device used for this sample is a generic Intel I82930 USB evaluation board programmed with a simple loopback test using a 64 KB circular buffer. None of the code in the sample is specific to this controller chip. -usb bulk transfer routines.* The bulkusb driver is a generic function driver, based on the Windows Driver Model (WDM).* Supports Plug and Play (PnP), Power Management (PM), Windows Management Instrumentation (WMI) and the Selective Suspend (SS) features.* This sample is based off the selSusp DDK sample. Please refer the selSusp sample and the DDK docs to understand the handling of PnP, PM, WMI and SS features and implementations.* The USB device used for this sample is a generic Intel I82930 USB evaluation board programmed with a simple loopback test using a 64 KB circular buffer. None of the code in the sample is specific to this controller chip.
Platform: | Size: 56320 | Author: James | Hits:

[Other2007122731250712

Description: 本书主要介绍DriverStudio开发工具开发Windows 2000/XP下的WDM设备驱动程序的原理及编程方法。本书详细介绍了WDM基本程序框架和编程,IRP的基本概念及编程,WDM和应用程序之间的通信、即插即用、电源管理、WMI的编程技术,IRP串行处理、过滤器驱动程序,WDM访问硬件设备、处理硬件中断、实现DMA操作的编程技术,以及大量的基本编程技术,还USB接口和PCI接口设备驱动程序WDM的开发。    -This book introduces the development tools DriverStudio development under Windows 2000/XP Device Driver WDM Principle and programming methods. The book details the basic procedures for WDM framework and programming, IRP s basic concepts and programming, WDM and applications between the communications, plug-and-play, power management, WMI programming, IRP serial treatment, filtration Driver, WDM access hardware devices, hardware interrupt handling, DMA operation to achieve programming technology, as well as a large number of basic programming techniques, but also USB interface and PCI interface WDM device driver development.
Platform: | Size: 53768192 | Author: dingdang | Hits:

[Driver DevelopWindows-usb-driverstdio

Description: 用DriverStudio开发WDM型的USB设备驱动程序 关键词:USB WDM 设备驱动程序 DriverStudio-With the development of WDM-based DriverStudio the USB device driver Keywords: USB WDM device driver DriverStudio
Platform: | Size: 17408 | Author: clins | Hits:

[USB developSilabs_USB_Driver

Description: Silabs USB Driver C8051F USB WDM 驱动-Silabs USB Driver C8051F USB WDM Driver
Platform: | Size: 40960 | Author: augusdi | Hits:
« 12 3 4 5 6 »

CodeBus www.codebus.net